Kotlin JS GitHub Action SDK
/
com.rnett.action
/
Path
/
writeSync
write
Sync
fun
writeSync
(data:
String
, encoding:
String
? = "utf8", createParents:
Boolean
= true)
Content copied to clipboard
fun
writeSync
(data:
ByteArray
, createParents:
Boolean
= true)
Content copied to clipboard
fun
writeSync
(data:
<ERROR CLASS>
, createParents:
Boolean
= true)
Content copied to clipboard
Write to this file, truncating it if it exists, and creating it if not.